@charset "UTF-8";
html,
body {
  color: #3B4043;
  font-family: 'BIZ UDPGothic','BIZ UDGothic','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 2.2em;
}

body {
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: bottom;

  line-height: 0;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a {
  color: #3c91bc;
}

a:hover {
  color: #ddd;
  text-decoration: none;
}

.mobile {
  display: none;
}

.pc {
  display: inherit;
}

.wf-jp-min {
  /* font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; */
}

.wf-en-min {
  /* font-family: 'Quattrocento', serif; */
} 

.wf-en-hand {
  font-family: 'Ballet', cursive;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner.min {
  width: 900px;
}

.dflex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.animated.lowspeed {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.telLink {
  pointer-events: none;
}

.scroll-fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tac {
  text-align: center;
}

article {
  margin-bottom: 110px;
}

article.nobottom {
  margin-bottom: 0px;
}

/*----------

header

---------*/
header {
  padding: 0 0 0 0;
  margin: 0 1em;	
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800 !important;
  position: relative;
	display: flex;
	justify-content: space-between;
}

header .siteid {	
  left: 10px;
  top: 10px;
}

header .siteid a {
  display: block;
  background-image: url(../images/common/j_logo.gif);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left center;
  font-size: 0.8rem;
  padding: 36px 0 24px 300px;
  color: #545454;
}


body > header:nth-child(1) > p:nth-child(2) {
  font-size: 21px;
}


body > header:nth-child(1) > p:nth-child(2) > span:nth-child(1) {
  font-size: 16px;
  margin-right: 5px;
}

#nav-toggle {
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  height: 60px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #38612f;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 80%;
  height: 2px;
  left: 10px;
  display: block;
  background: #fff;
  position: absolute;
  transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  transition: transform 0.3s ease-in-out, top 0.5s ease, -webkit-transform 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 10px;
}

#nav-toggle span:nth-child(2) {
  top: 18px;
}

#nav-toggle span:nth-child(3) {
  top: 26px;
}

#nav-toggle span:nth-child(4) {
  color: #fff;
  top: 30px;
  background: none;
  height: auto;
  left: 8px;
  font-size: 0.6rem;
  text-align: center;
}

.open #nav-toggle span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 20px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 999;
}

header nav {
  position: fixed;
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 990;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow-y: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3% 0 3%;
}

.open header nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header nav ul li {
  font-size: 0.9rem;
}

header nav ul li a {
  display: block;
  padding: 2% 3%;
  color: #fff;
}

header nav ul li a:hover {
  background: rgba(56, 97, 47, 0.9);
}

header nav ul li.linebtn a {
  background: rgba(56, 97, 47, 0.8);
  font-size: 1.1rem;
  text-align: center;
}

header nav ul li.linebtn a:hover {
  background: #fff;
  color: #333;
}

header nav #menu-main-menu {
  width: 94%;
  margin: 0 auto;
}

header nav #menu-main-menu li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav #menu-main-menu li.menu-item-has-children > a::after {
  border-top: 1px solid #444;
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

header nav #menu-main-menu ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 5%;
}

header nav #menu-main-menu ul.sub-menu li {
  width: 33%;
  margin-bottom: 1%;
}

header nav #menu-main-menu ul.sub-menu li a {
  border-left: 1px dotted #444;
  border-bottom: 1px dotted #444;
  padding: 3% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header nav .menu-info {
  text-align: center;
  margin: 45px 0 32px 0;
}

header nav .menu-logo {
  background-position: left center;
  font-size: 0.8rem;
}

header nav .menu-logo img {
  width: 120px;
}

header nav .menu-logo span {
  display: block;
  margin-top: 8px;
}

header nav dl.menu-tel {
  margin: 24px 0 32px;
}

header nav dl.menu-tel dt a {
  font-size: 3rem;
  display: block;
  margin: 0 0 5px 0;
  letter-spacing: 0.3rem;
  color: #fff;
}

header nav dl.menu-tel dd {
  font-size: 0.9rem;
}

header nav p.menu-access {
  font-size: 0.8rem;
}

header nav ul.navi-list002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 94%;
  margin: 0 auto;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 5px 0;
}

header nav ul.navi-list002 li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header nav ul.navi-list002 li:nth-child(odd) a {
  border-right: 1px dotted #444;
}


/* ----------

  イベント

  ---------- */
.detail_img {
	margin: 0;
	display: flex;
}
.detail_img img {
  max-width: 100%;
  height: auto;
  width: 250px;
  margin-right: 30px;
}
.detail_text{
	margin-top: 2em;
	font-size: 18px;
}
table.detail_table{
	font-size: 18px;
	margin-top: 3em;
  width: 100%;
}
table.detail_table tr{
	border-bottom: #CDD6DD solid 1px;
}
table.detail_table th{
	text-align: left;
	padding: 1em .5em;
	color: #707F89;
	width: 20%;
	font-weight: normal;
}
table.detail_table td{
	color: #3B4043;
		padding: 1em .5em;
}
.search_from00{
padding: 1em;
background: #F2F2F2;
	display: flex;
}
.search_from{
width: 60%;
	margin-bottom: 0;
}

.search_from00 h2{
	width: 16%;
text-align: center;
font-size: 1.8em;
	display: flex;
justify-content: center;
align-items: center;
}
.search_from .free input{
	border-radius: 20px;
	text-indent: 1em;
} 

.search_from select,.search_from input{
border: solid 1px #CDD6DD;
font-size: 17px;
	width: 100%;
height: 35px;
	cursor: pointer;
}
.search_from .category.chk {
  width: 100%;
  display: flex;
  align-items: center;
}
.search_from .category.chk input[type=checkbox]{
  width: 1.5em;
  height: 1.5em;
}
.search01{
		justify-content: space-between;

}
.search01 input{
	width: 100%;
}
.search02{
	margin-top: 10px;
}
.category,.calendar{
	width: 50%;
}
.category00{
	margin-bottom: 10px;
}

.category:first-child{
	margin-right: 40px;}
.category select{
	background: #fff;
	color: #000000;
}
.category select option{
	color: #000;
}
.calendar00 span{
	width: 40px;
	display: block;
	text-align: center;
}



.result_text ul{
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.result_text > ul li {
  list-style-type: none;
  border:solid 1px #CDD6DD;
  background-color: #F0F3F5;
  padding: 0 1em;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.Search_btn00{
width: 20%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.Search_btn{
	background: #004BB1;
  width: 110px;
  border-radius: 20px;
  color: #fff;
	font-size: 16px;
  padding: 5px;
  border: none;
}
td.map{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.map_btn,
.cat_btn {
	background: #004BB1;
width: 110px;
border-radius: 20px;
color: #fff;
font-size: 16px;
display: block;
margin: 0 0 0 auto;
text-align: center;
}
.cat_btn {
  border:solid 1px #CDD6DD;
  background-color: #F0F3F5;
  color: unset;
}
form .free{
	display: flex;
}
.search01,.calendar00,.category00{
	display: flex;
}
.result_list {
  padding: 0;
}

.result_list > li{
  display: flex;
	padding: 1.3em;
  border: solid 1px #C1C1C1;
  margin-bottom: 1em;
}
.result_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}.result_text{
	width: 100%;
	margin-left: 2em;
}

.result_text h3{
  font-size: 1.7em;
  margin: 0 0 .5em 0;
}
.result_text .date{
	margin: 0;
	font-size: 17px;
}
.result_text a,
.btn_area a {
	background: #004BB1;
width: 110px;
border-radius: 20px;
color: #fff;
font-size: 16px;
display: block;
margin: 0 0 0 auto;
text-align: center;
}
.btn_area a {
  margin: 0 auto;
}

/* 詳細ページ */
main.detail h1 {
  border-bottom: solid 1px #000;
  padding-bottom: 16px;  
}
main.detail h1 span {
  font-size: 0.8em;
}

/* 404 */
.pagemain.not404 {
  background-image: url(../images/common/bg_main_404.jpg);
}

.page404 p {
  text-align: center;
  margin-bottom: 25px;
}

/* ----------

  footer

  ---------- */
/* footer固定ナビ */
#page-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 900;
}

#page-top a {
  background: url(../images/common/img_pagetop.png) no-repeat center center;
  text-decoration: none;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#page-top a:hover {
  background: url(../images/common/img_pagetop_hover.png) no-repeat center center;
  text-decoration: none;
}

/* footer */
.foot-info-area {
  margin: 120px 0 100px;
}

.foot-info {
  text-align: center;
}

.foot-info .foot-logo {
  font-size: 0.8rem;
  margin-bottom: 24px;
}

.foot-info .foot-logo img {
  width: 145px;
}

.foot-info .foot-logo span {
  display: block;
  margin-top: 10px;
}

.foot-info .foot-tel dt a {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 550;
  color: #38612f;
}

.foot-info .foot-tel dd {
  margin-top: 6px;
  font-size: 0.8rem;
}

.foot-access {
  margin: 40px 0;
}

ul.foot-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

ul.foot-btn li {
  width: 23%;
  margin: 0 1%;
}

ul.foot-btn li a {
  display: block;
  border: 1px solid #ddd;
  color: #545454;
  border-radius: 40px;
  padding: 4% 0;
}

ul.foot-btn li.linebtn a {
  background-color: #38612f;
  color: #fff;
}

ul.foot-btn li a:hover {
  background-color: #333;
  color: #fff;
}

.foot-time {
  margin-top: 65px;
  text-align: center;
}

.foot-time h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.foot-time h3:before,
.foot-time h3:after {
  border-top: 1px solid;
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.foot-time h3:before {
  margin-right: 1rem;
}

.foot-time h3:after {
  margin-left: 1rem;
}

.foot-time table {
  width: 100%;
  table-layout: fixed;
}

.foot-time table tr th,
.foot-time table tr td {
  border: 1px solid #ccc;
  padding: 1% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.2rem;
  vertical-align: middle;
  text-align: center;
}

.foot-time table tr th span,
.foot-time table tr td span {
  display: inline-block;
}

.foot-time table thead th {
  background-color: #f2f2f2;
}

.ft-caption {
  text-align: left;
  margin: 10px 0 30px;
  font-size: 0.8rem;
}

.day-time {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.day-time dl {
  margin-right: 4%;
}

.day-time dl dt {
  font-weight: bold;
  margin-bottom: 8px;
}

footer {
  background-color: #233090;
  color: #fff;
  padding: 1% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body > footer > div {
  display: flex;
  justify-content: space-between;
}


.foot {
  display: flex;
}

.foot > h2:nth-child(1) {
  font-size: 14px;
	margin: 0;
margin-right: 10px;
}

.axess {
  font-size: 12px;
}
.axess > p{
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}


footer .foot-nav01 {

  display: flex;
}

footer .foot-nav01 ul {
	display: flex;
	padding: 0;
margin: 0

}

footer .foot-nav01 ul li {
	list-style-type: none;
		color: #fff;

}
footer .foot-nav01 ul li:not(:last-child){
	border-right: solid #fff 1px;
	padding-right: 10px;

}
footer .foot-nav01 ul li:last-child{
			padding-left: 10px;

}

footer .foot-nav01 ul li a {
  display: block;
  color: #fff;
}

footer .foot-nav ul li a:hover {
  color: #666;
}

.copy {
font-size: 1rem;
text-align: right;
margin: 10px 0 0;}



/* 電話番号のクリック無効 */
@media (min-width: 751px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.p-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-feature-item {
  width: 49%;
}

.text-center {
  text-align: center !important;
}

.subj-title h3.p-feature-heading {
  border-bottom: 3px solid #38612f;
  border-left: unset;
  background-color: unset;
}

.subj-title h2.p-price-head {
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  line-height: 3.2rem;
  margin-bottom: 0;
}

.subj-title.is-beige h3 {
  background-color: #fdf8ef;
  border-left: 3px solid #debd73;
}

/* 共通 */
.ml0 { margin-left: 0; }
.mr0 { margin-right: 0; }
.mt0 { margin-top: 0; }
.mb0 { margin-bottom: 0; }

.ml1em { margin-left: 1em; }
.mr1em { margin-right: 1em; }

/* ホバー系の定義 */
.map_btn:hover,
input[type='submit']:hover,
.result_text a:hover,
.btn_area a:hover
 {
  pointer-events: fill;
  cursor : pointer;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}
.result_list > li {
  position: relative;
}
.result_list > li::before,
.result_list > li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transition: all .3s;
}
.result_list > li::before {
  border-top: 2px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  transform: scale(0, 1);
}
.result_list > li::after {
  border-right: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  transform: scale(1, 0);
}
.result_list > li:hover::after,
.result_list > li:hover::before {
  transform: scale(1);
}
.result_list > li img {
  height: fit-content;
}